SOS_PARAM

Section: SOS META CLASSES (3S)
Updated: 9/11/91
Index Return to Main Contents
man2html: unable to open or read file /usr/lib/ms/ms.acc
 

NAME

sos_Param - Class for description of create- and method-parameters  

SYNOPSIS

#include "<SOS>/include/mta_sos.h"

class sos_Param : sos_Named
{
public:
   sos_String     name;  
   sos_Type_name  type_name;
   sos_Bool       is_ref;
   sos_Expr       default_expr;

};
 

DESCRIPTION

sos_Param provides means to handle parameter specifications, e.g. for methods or create parameters.

[get/set]_name(...)
holds the name of the parameter in form of an sos_String.
[get/set]_type_name(...)
specifies the parameter type
[get/set]_is_ref(...)
is TRUE, if the parameter is a reference parameter.
[get/set]_default_expr(...)
This sos_Expr holds the default argument for the parameter or NO_OBJECT, if no default argument has been provided.
 

FILES

<SOS>/src/mta/mta.sos
SOS schema file

<SOS>/src/mta/mta_sos.h
complete schema interface

<SOS>/src/mta/mta_use.h
restricted schema interface

<SOS>/src/mta/mta.c
method implementation

<SOS>/lib/sos.a
SOS library
 

SEE_ALSO

sos_Class_type(3), sos_Method(3)  

AUTHOR

Axel Uhl


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE_ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 00:37:57 GMT, March 30, 2022